home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000082_JDanSkinner@JDanSkinner.com_Fri Nov 15 11:26:20 EST 2002.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  50 lines

  1. Article: 13848 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
  3. From: JDanSkinner@JDanSkinner.com (Dan Skinner)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: C-Kermit FTP script
  6. Date: 14 Nov 2002 22:13:37 -0800
  7. Organization: http://groups.google.com/
  8. Lines: 31
  9. Message-ID: <8ce22d01.0211142213.f427a53@posting.google.com>
  10. References: <8ce22d01.0211131301.2d2c8112@posting.google.com> <aqufg7$39f$1@newsmaster.cc.columbia.edu> <8ce22d01.0211132107.1a569739@posting.google.com> <ar0j7k$ea6$1@watsol.cc.columbia.edu>
  11. NNTP-Posting-Host: 24.159.192.106
  12. Content-Type: text/plain; charset=ISO-8859-1
  13. Content-Transfer-Encoding: 8bit
  14. X-Trace: posting.google.com 1037340818 8946 127.0.0.1 (15 Nov 2002 06:13:38 GMT)
  15. X-Complaints-To: groups-abuse@google.com
  16. NNTP-Posting-Date: 15 Nov 2002 06:13:38 GMT
  17. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13848
  18.  
  19. fdc@columbia.edu (Frank da Cruz) wrote in message news:<ar0j7k$ea6$1@watsol.cc.columbia.edu>...
  20. > In article <8ce22d01.0211132107.1a569739@posting.google.com>,
  21. > Dan Skinner <JDanSkinner@JDanSkinner.com> wrote:
  22. > : ...
  23. > : Do you think success is the right answer to a failed login?
  24. > : The rules are the rules, but sometimes logic should prevail.
  25. > :
  26. > The primary purpose of the FTP OPEN command is to open an FTP connection.
  27. > If it succeeds in that, it doesn't fail.
  28. > As a convenience -- and also for secure connection types -- authentication
  29. > can also be performed as a consequence of this command.  This can succeed
  30. > or fail separately, and thus it's tested seperately.
  31. > : When this script is done it will be run by cron as part of a scheduled
  32. > : backup on the network.  I'll find out what happened by email so (as
  33. > : you say) if fail is a big deal and the more info in the email the
  34. > : better. I'm using Kermit FTP rather than native FTP for this reason. 
  35. > :
  36. > Right, and of course you can have your Kermit script compose the email
  37. > message, plugging all sorts of relevant information into it from Kermit's
  38. > built-in variables ("show variables") and whatever else you want.
  39. > - Frank
  40.  
  41. Yup;
  42. Appreciated and agreed.  BUT I would expect a function for which any
  43. part failed to yield a negative return code and which might allow me
  44. to check more thourghly if I care. If I can't use the result of the
  45. open in a subsequent function the result of the open should be fail?
  46. Regards...Dan.
  47.